\n');
}
function fullscreen() {
if (navigator.userAgent.toLowerCase().indexOf("opera")!= -1) {
alert('This feature does not work with Opera.');
exit;
}
document.FlashDemoBuilder.LoadMovie(0, 'http://server.inalbum.com/showcase/dummy_white.swf');
var w = screen.width * 95 / 100;
var h = screen.height * 95 / 100;
NFW = window.open('','popFrameless','fullscreen=yes, scrollbars=no');
NFW.opener = self;
var frameString="
#=#=#Page_Title#=#=#"+
""+
""+
"";
NFW.document.write(frameString);
NFW.document.close();
if (window.focus) { NFW.focus() }
}